翻訳と辞書
Words near each other
・ Instrumentales con Al Hurricane
・ Instrumentalism
・ Instrumentality
・ Instrumentality (theology)
・ Instrumentality of Mankind
・ Instrumentally Yours
・ Instrumentals (Lil Rob album)
・ Instrumentals (mixtape)
・ Instrumentals (Mouse on Mars album)
・ Instrumentals (Nels Cline Singers album)
・ Instrumentals (Ricky Skaggs and Kentucky Thunder album)
・ Instrumentals (The Pharcyde album)
・ Instrumentals Vol. 1
・ Instrumentalyst (Octagon Beats)
・ Instrumentation
Instrumentation (computer programming)
・ Instrumentation (disambiguation)
・ Instrumentation (music)
・ Instrumentation amplifier
・ Instrumentation and control engineering
・ Instrumentation in petrochemical industries
・ Instrumentation Laboratory
・ InstrumentChamp
・ Instrumented posterior lumbar interbody fusion
・ Instrumenti
・ Instruments (album)
・ Instruments (application)
・ Instruments (band)
・ Instruments of Action
・ Instruments of Darkness


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Instrumentation (computer programming) : ウィキペディア英語版
Instrumentation (computer programming)

In the context of computer programming, instrumentation refers to an ability to monitor or measure the level of a product's performance, to diagnose errors and to write trace information.〔(Source Code Instrumentation Overview at IBM website )〕 Programmers implement instrumentation in the form of code instructions that monitor specific components in a system (for example, instructions may output logging information to appear on screen). When an application contains instrumentation code, it can be managed using a management tool. Instrumentation is necessary to review the performance of the application. Instrumentation approaches can be of two types: Source instrumentation and binary instrumentation.
== Output ==
In programming, instrumentation means the ability of an application to incorporate:
* Code tracing - receiving informative messages about the execution of an application at run time.
* Debugging and (structured) exception handling - tracking down and fixing programming errors in an application under development.〔(【引用サイトリンク】title=Commenting, Testing, and Instrumenting Code )
* Profiling - a means by which dynamic program behaviors can be measured during a training run with a representative input. This is useful for properties of a program which cannot be analyzed statically with sufficient precision, such as alias analysis.
* Performance counters - components that allow the tracking of the performance of the application.
* Computer data logging - components that allow the logging and tracking of major events in the execution of the application.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Instrumentation (computer programming)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.